Add reviewer workload equity guard#376
Open
taherdhanera wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #15
Summary
Adds
reviewer-workload-equity-guard, a self-contained Community & User Reputation System slice that checks peer-review workload fairness before assignments affect profile reputation, badges, leaderboards, or project timelines.The guard evaluates:
Non-overlap
This is not a broad reputation ledger, endorsement ring guard, leaderboard eligibility gate, review civility checker, review timeliness scoring module, recusal/COI guard, calibration bench, edit-history integrity guard, identity-leak guard, profile visibility guard, appeals queue, mentorship ledger, correction-impact ledger, contributor credit attestation slice, or template-rubric guard. It focuses on workload equity and unfair negative-delta suppression before reputation scoring.
Local validation
Run from
reviewer-workload-equity-guard/:npm run check npm test npm run demo npm run demo:videoAll four commands passed locally.
Reviewer artifacts
reports/summary.jsonreports/reviewer-packet.mdreports/summary.svgreports/demo.webmSafety
All data is synthetic. The module does not call identity services, profile systems, leaderboards, badge systems, moderation systems, email systems, review assignment systems, or external APIs. It does not include private reviewer data, credentials, real user records, or live reputation mutations.